Jimmy's JyPOSH Fix of version 0.4

1) In bot.py find class Bot and it's method process_beg.
   BUG --> self.actual_ut_time = values["Time"]
   change to --> self.actual_ut_time = float(values["Time"])
   
2) replace filex bot_expire_items.py, bot_scheduler.py

Enjoy!